'宣言 Public Overloads Shared Function Create( _ ByVal renderTarget As RenderTarget, _ ByVal gradientStops() As GradientStop, _ ByVal colorInterpolationGamma As Gamma _ ) As GradientStopCollection
public static GradientStopCollection Create( RenderTarget renderTarget, GradientStop[] gradientStops, Gamma colorInterpolationGamma )
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- gradientStops
- D2D1_GRADIENT_STOP 構造体の配列へのポインター。
- colorInterpolationGamma
- グラデーションストップ間の色補間が実行される空間。